-
Notifications
You must be signed in to change notification settings - Fork 36
[UI] Displaying elements based on user permissions in Twig #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI] Displaying elements based on user permissions in Twig #212
Conversation
5694a84
to
c4cb0ae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is correct from the technical review point of view 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Vale fixes here - please also can you fix the heading nesting as it's using the wrong syntax.
For reference:
H1 ###
H2 ***
H3 ===
H4 ---
H5 ~~~
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
Co-authored-by: Ruth Cheesley <[email protected]>
This PR shows how to display things conditionally in Twig based on permissions for less-technical people.
@escopecz I'd like your review